logPlain

fun logPlain(writer: BiConsumer<String, Throwable?> = ErrorEntry.ENTRY_WARN_LOGGER): ValidationResult<T>

Log this result if it is errored.

Author

fzzyhmstrs

Since

0.7.0

Parameters

writer

BiConsumer consumer of logging information for printing to console. See the various helper methods